home *** CD-ROM | disk | FTP | other *** search
/ Amiga Aktuell / Amiga Aktuell.iso / amiga-aktuell / net tools / usefull / uuclean04 / uuclean.txt < prev    next >
Text File  |  1996-09-05  |  2KB  |  48 lines

  1.       UUCLEAN.TXT
  2. Ever just open your capture buffer to grab a UUencoded file?
  3. I do it all the time, rather than going to the trouble of downloading
  4. a message.  Then I have a large text file, with the UUencoded file
  5. somewhere included.  When I use NN or TIN, I get one or two duplicated 
  6. lines on each screen of text.  It is a pain to go through the capture 
  7. file and remove all the extraneous stuff, before UUdecode will do its 
  8. work on the text file.
  9.  
  10. So I wrote UUCLEAN.  It is CLI or SHELL only, and uses the following
  11. syntax to make it work:
  12.  
  13. uuclean input_filename output_filename
  14.  
  15. Of course, the filenames must contain paths if the input and output
  16. files are not in the same directory as is UUCLEAN.
  17.  
  18. The Amiga (and MS-DOS) versions are written using the GCC compiler.
  19. On the Amiga, that means you must have a recent version of 
  20. ixemul.library in your sys:libs directory.  Getting that library
  21. is your responsibility.
  22.  
  23. If you want to recompile it using some other compiler, like DICE,
  24. do so.  Source code for this little program is included.
  25.  
  26. By the way, a uuencoded file has a 'begin' line and each line of
  27. the encoded file begins with a capital M.
  28.  
  29. Cleaning base64 encoded files is a project for the future.
  30.  
  31. History: 
  32. 0.2 released in late 1995
  33.  
  34. 0.3 some sort of bug fix
  35.  
  36. 0.4 09 August 1996
  37.     Now the 'size xxxx' line is written to the output file.
  38.     And an attempt to account for quoted text.
  39.     A single  >  (right arrow) or a single  :  (colon)
  40.     or either of those characters followed by a single
  41.     space will be removed.    
  42.     
  43. Comments?
  44.  
  45. I am:   rdavis@nyx.cs.du.edu     or    bobdavis@cadvantage.com
  46.  
  47. Robert (Bob) Davis  10 August 1996
  48.